Skip to content

release: cut v0.75.0#8

Merged
trendvidia merged 1 commit into
mainfrom
release-v0.75.0
May 12, 2026
Merged

release: cut v0.75.0#8
trendvidia merged 1 commit into
mainfrom
release-v0.75.0

Conversation

@trendvidia
Copy link
Copy Markdown
Owner

Summary

Third and final PR of the Python v0.72–v0.75 catch-up. Bumps `pyproject.toml` and `version` from `0.70.0` to `0.75.0` and rolls the [Unreleased] CHANGELOG entries into a dated [0.75.0] section.

Wraps the `protowire-cpp` v0.75.0 PXF v0.72-series feature set, landed across PRs #6 / #7:

The Python port jumps directly from v0.70.0 to v0.75.0, matching the active wire revision rather than re-tagging the intermediate versions Go and Java cut along the way.

Post-merge

After this PR lands, tag the merge commit. The `publish.yml` workflow fires on `v*` tag push and runs the full wheel matrix + PyPI publish via OIDC:

```bash
git tag -a v0.75.0 -m "v0.75.0 — PXF v0.72-series feature catch-up"
git push origin v0.75.0
```

The GitHub release page entry can be created from the tag once `publish.yml` finishes uploading wheels.

Test plan

  • All 84 tests pass locally at the new version
  • `protowire.version` reports `0.75.0`
  • CI green (Linux / macOS / Windows × Python 3.10–3.13, cibuildwheel smoke, codeql)

Closes the v0.72-v0.75 gap with the rest of the protowire-* stack.
Wraps protowire-cpp v0.75.0's PXF v0.72-series feature set through
the nanobind FFI:

  - @<name> / @entry / @table directive grammar (via Result.directives
    and Result.tables accessors)
  - Schema reserved-name validator (pxf.validate_descriptor +
    pxf.Violation, draft §3.13) with UnmarshalOptions.skip_validate
  - TableReader streaming + bind_row per-row binding

The Python port jumps directly from v0.70.0 to v0.75.0, matching the
active wire revision rather than re-tagging the intermediate versions
Go and Java cut along the way.
@trendvidia trendvidia merged commit 3a2d5f8 into main May 12, 2026
18 checks passed
@trendvidia trendvidia deleted the release-v0.75.0 branch May 12, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant